home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / hdd5.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.5 KB  |  62 lines

  1. #
  2. # Hard Disk Tools #5
  3. #
  4. hdd5_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 5/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Wiping                                                               "
  17. set textColor = color[white on cyan]
  18. print " [F1] AutoClave V0.3                    [F3] Active@ KillDisk Free Edition V3.1 "
  19. print " [F2] Darik's Boot and Nuke V1.0.5      [F4] PC INSPECTOR e-maxx V0.95          "
  20. print "                                                                                "
  21. set textColor = color[yellow on cyan]
  22. print " Hard Disk Cloning                                                              "
  23. set textColor = color[white on cyan]
  24. print " [F5] HDClone V2.0 (Free Edition)       [F7] g4u V2.0                           "
  25. print " [F6] PC INSPECTOR clone maxx V0.95     [F8] XXCOPY V2.85.5                     "
  26. print "                                                                                "
  27. set textColor = color[yellow on cyan]
  28. print " Hard Disk Editors                                                              "
  29. set textColor = color[white on cyan]
  30. print " [F9] Disk Editor V3.0                   [2] PTS DiskEditor V1.04               "
  31. print "  [1] DISKMAN4 V4.01                                                            "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. set textColor = color[white on blue]
  40. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  41. set textColor = color[white on black]
  42.  
  43. #
  44. # Actions
  45. #
  46. getkey
  47. clear
  48. if ($lastKey == key[f1]); then memdisk /images/clave.igz
  49. if ($lastKey == key[f2]); then memdisk /images/dban.igz
  50. if ($lastKey == key[f3]); then memdisk /images/killdisk.igz
  51. if ($lastKey == key[f4]); then memdisk /images/emaxx.igz
  52. if ($lastKey == key[f5]); then memdisk /images/hdclone.igz
  53. if ($lastKey == key[f6]); then memdisk /images/clonemax.igz
  54. if ($lastKey == key[f7]); then bcdw boot /images/g4u.img ## Won't boot with memdisk/diskemu
  55. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=xxcopy
  56. if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=diskedit
  57. if ($lastKey == key[1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=diskman4
  58. if ($lastKey == key[2]); then memdisk /images/ptsdedit.igz
  59. if ($lastKey == key[left]); then script hdd4.scn
  60. if ($lastKey == key[esc]); then script main.scn
  61. goto hdd5_menu
  62.